container/list.List.len (field)

7 uses

	container/list (current package)
		list.go#L50: 	len  int     // current list length excluding (this) sentinel element
		list.go#L57: 	l.len = 0
		list.go#L66: func (l *List) Len() int { return l.len }
		list.go#L70: 	if l.len == 0 {
		list.go#L78: 	if l.len == 0 {
		list.go#L98: 	l.len++
		list.go#L114: 	l.len--